home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 60 / Cine Live 60.iso / pc / Data / Interface / f11.k < prev    next >
Encoding:
Text File  |  2001-06-12  |  4.8 KB  |  240 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$000000E1,$0000002E,$00000267,$000002CD,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$000000A9,$00000047,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         ofond3,
  17.         oScroller4,
  18.         ofilmo_imp6,
  19.         ofilmo_retour7,
  20.         ofilmo_somm8,
  21.         ortf9
  22.     ];
  23.     Events is [
  24.         cOnscreenEvent
  25.         with 
  26.             Commands is [
  27.                 cRunCommand
  28.                 with Target is oMusic2; Rewind is true; end
  29.             ];
  30.         end,
  31.         cKeyboardEvent
  32.         with Value is "+"; 
  33.             Commands is [
  34.                 cSetVolumeCommand
  35.                 with Flags is $00000004; Mode is ExecuteHigher; end
  36.             ];
  37.         end,
  38.         cKeyboardEvent
  39.         with Value is "-"; 
  40.             Commands is [
  41.                 cSetVolumeCommand
  42.                 with Mode is ExecuteLower; end
  43.             ];
  44.         end,
  45.         cKeyboardEvent
  46.         with Value is "m"; 
  47.             Commands is [
  48.                 cRunCommand
  49.                 with Target is oMusic2; Mode is Toggle; Rewind is true; end
  50.             ];
  51.         end
  52.     ];
  53. end;
  54.  
  55. object oMusic2 is cSound
  56. with 
  57.     Flags is $00000150; 
  58.     Name is "Music"; 
  59.     
  60.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  61.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  62.     Looping is true; 
  63.     URL is "../Sons/1.mp3"; 
  64.     
  65. end;
  66.  
  67. object ofond3 is cImage
  68. with 
  69.     Flags is $00000150; 
  70.     Name is "fond"; 
  71.     Enabled is false; 
  72.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  73.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  74.     
  75.     URL is "../Images/11.jpg"; 
  76.     
  77.     
  78. end;
  79.  
  80. object oScroller4 is cScroller
  81. with 
  82.     Flags is $00008001; 
  83.     release Editor:
  84.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  85.     end;
  86.     Name is "Scroller"; 
  87.     Clipping is true; Cursor is oFingerCursor; 
  88.     X is 510; Y is 104; 
  89.     Width is 256; Height is 438; 
  90.     
  91.     Vertical is oVertical_Macintosh_Color_ScrollBar; 
  92.     Elements is [
  93.         oimage_biographie5
  94.     ];
  95.     Events is [
  96.         cMouseMovedEvent
  97.         with Flags is $00004004; 
  98.             Commands is [
  99.                 cScrollCommand
  100.                 with Flags is $00004004; Target is oTargetSelf; end
  101.             ];
  102.         end
  103.     ];
  104. end;
  105.  
  106. object oimage_biographie5 is cImage
  107. with 
  108.     Flags is $0000C154; 
  109.     Name is "image biographie"; 
  110.     
  111.     X is 149; 
  112.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  113.     
  114.     URL is "../Images/n11.jpg"; 
  115.     
  116.     
  117. end;
  118.  
  119. object ofilmo_imp6 is cImage
  120. with 
  121.     Flags is $00000150; 
  122.     Name is "filmo imp"; 
  123.     Shown is false; Cursor is oFingerCursor; 
  124.     X is 475; Y is 573; 
  125.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  126.     
  127.     URL is "../Images/actor%20imprim.jpg"; 
  128.     
  129.     
  130.     Events is [
  131.         cMouseEnterEvent
  132.         with Flags is $00000004; 
  133.             Commands is [
  134.                 cShowCommand
  135.                 with Flags is $00000004; Target is oTargetSelf; end
  136.             ];
  137.         end,
  138.         cMouseLeaveEvent
  139.         with Flags is $00000004; 
  140.             Commands is [
  141.                 cShowCommand
  142.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  143.             ];
  144.         end,
  145.         cMouseUpEvent
  146.         with Flags is $00000004; Flag is true; 
  147.             Commands is [
  148.                 cPrintCommand
  149.                 with Flags is $00000004; Target is ortf9; end
  150.             ];
  151.         end
  152.     ];
  153. end;
  154.  
  155. object ofilmo_retour7 is cImage
  156. with 
  157.     Flags is $00000154; 
  158.     Name is "filmo retour"; 
  159.     Shown is false; Cursor is oFingerCursor; 
  160.     X is 321; Y is 573; 
  161.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  162.     
  163.     URL is "../Images/actor%20retour.jpg"; 
  164.     
  165.     
  166.     Events is [
  167.         cMouseEnterEvent
  168.         with Flags is $00000004; 
  169.             Commands is [
  170.                 cShowCommand
  171.                 with Flags is $00000004; Target is oTargetSelf; end
  172.             ];
  173.         end,
  174.         cMouseLeaveEvent
  175.         with Flags is $00000004; 
  176.             Commands is [
  177.                 cShowCommand
  178.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  179.             ];
  180.         end,
  181.         cMouseUpEvent
  182.         with Flags is $00000004; Flag is true; 
  183.             Commands is [
  184.                 cRunCommand
  185.                 with Flags is $00000004; Target is oMusic2; Mode is Clear; Rewind is true; end,
  186.                 cBackCommand
  187.                 with Flags is $00000004; end
  188.             ];
  189.         end
  190.     ];
  191. end;
  192.  
  193. object ofilmo_somm8 is cImage
  194. with 
  195.     Flags is $00000154; 
  196.     Name is "filmo somm"; 
  197.     Shown is false; Cursor is oFingerCursor; 
  198.     X is 629; Y is 573; 
  199.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  200.     
  201.     URL is "../Images/actor%20somm.jpg"; 
  202.     
  203.     
  204.     Events is [
  205.         cMouseEnterEvent
  206.         with Flags is $00000004; 
  207.             Commands is [
  208.                 cShowCommand
  209.                 with Flags is $00000004; Target is oTargetSelf; end
  210.             ];
  211.         end,
  212.         cMouseLeaveEvent
  213.         with Flags is $00000004; 
  214.             Commands is [
  215.                 cShowCommand
  216.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  217.             ];
  218.         end,
  219.         cMouseUpEvent
  220.         with Flags is $00000004; Flag is true; 
  221.             Commands is [
  222.                 cBrowseCommand
  223.                 with Flags is $00000004; URL is "sommaire.k"; end
  224.             ];
  225.         end
  226.     ];
  227. end;
  228.  
  229. object ortf9 is cRTFText
  230. with 
  231.     Flags is $00000150; 
  232.     Name is "rtf"; 
  233.     Enabled is false; Shown is false; 
  234.     AdjustX is AlignToLeft; AdjustY is AlignToTop; 
  235.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  236.     
  237.     URL is "../Textes/11.rtf"; 
  238.     
  239.     Antialiased is true; 
  240. end;